Microsoft® Visual Basic® Scripting Edition WriteLine Method (Debug Object) |
| Home |
|
Writes a specified string and newline character to the Immediate window.
Debug.WriteLine([string])The WriteLine method syntax has these parts:
Part Description Debug Required. string Optional. The text you want to write to the Immediate window. If omitted, a newline character is written to the Immediate window.